home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
EnigmA Amiga Run 1997 February
/
EnigmA AMIGA RUN 15 (1997)(G.R. Edizioni)(IT)[!][issue 1997-02][PLANET CD V].iso
/
progs
/
editor
/
frexxed
/
fpl
/
fplmode.fpl
< prev
next >
Wrap
Text File
|
1995-07-21
|
428b
|
11 lines
// $Id: FPLmode.FPL 1.2 1995/07/21 10:34:13 jskov Exp $
// $VER: FPLMode.FPL 1.0 (15.06.95) © Jesper Skov
//»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»» FPLMode settings ««
ConstructInfo("fpl_mode", "","", "LBH","", 0,0,0);
ConstructInfo("fpl_mode_ext", "","", "GSHW","", 0,0,"*fpl*");
ConstructInfo("fpl_mode_exe", "","", "GSHW","", 0,0,"CppModeInit();");
AddMode(1, "fpl_mode", "fpl_mode_ext", "fpl_mode_exe");